Other Classes

The following classes are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    @interface MBMMapMemoryBudget : NSObject
    
    - (nonnull instancetype)initWithValue:(nonnull id)value;
    
    + (nonnull instancetype)fromMapMemoryBudgetInMegabytes:(nonnull MBMMapMemoryBudgetInMegabytes *)value;
    + (nonnull instancetype)fromMapMemoryBudgetInTiles:(nonnull MBMMapMemoryBudgetInTiles *)value;
    
    - (BOOL)isMapMemoryBudgetInMegabytes;
    - (BOOL)isMapMemoryBudgetInTiles;
    
    - (nonnull MBMMapMemoryBudgetInMegabytes *)getMapMemoryBudgetInMegabytes;
    - (nonnull MBMMapMemoryBudgetInTiles *)getMapMemoryBudgetInTiles;
    
    @property (nonatomic, nonnull) id value;
    
    @property (nonatomic, readonly) MBMMapMemoryBudgetType type;
    
    @end

    Swift

    class MapMemoryBudget : NSObject
  • Map memory budget in megabytes.

    See more

    Declaration

    Objective-C

    
    @interface MBMMapMemoryBudgetInMegabytes : NSObject

    Swift

    class MapMemoryBudgetInMegabytes : NSObject
  • Map memory budget in tiles.

    See more

    Declaration

    Objective-C

    
    @interface MBMMapMemoryBudgetInTiles : NSObject

    Swift

    class MapMemoryBudgetInTiles : NSObject
  • Geometry for querying rendered features.

    See more

    Declaration

    Objective-C

    
    @interface MBMRenderedQueryGeometry : NSObject

    Swift

    class RenderedQueryGeometry : NSObject
  • Various options needed for displaying view annotation.

    See more

    Declaration

    Objective-C

    
    @interface MBMViewAnnotationOptions : NSObject

    Swift

    class ViewAnnotationOptions : NSObject
  • Read-only data that is needed to correctly position the single view annotation on screen. Used inside ViewAnnotationPositionsUpdateListener callback to notify the listener about the visible view annotations’ position updates.

    See more

    Declaration

    Objective-C

    
    @interface MBMViewAnnotationPositionDescriptor : NSObject

    Swift

    class ViewAnnotationPositionDescriptor : NSObject